Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef authored Sep 8, 2021
1 parent 51c56c7 commit 01176b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*!
# fltk-theme
A theming crate for fltk-rs, based on work by [Remy Oukaour](https://github.com/roukaour/viz-brain-visualizer) and [Greg Ercolano](https://groups.google.com/g/fltkgeneral/c/3A5VC_854ok/m/sDpJsmuLBAAJ).
A theming crate for fltk-rs.
- The widget themes are based on work by [Remy Oukaour](https://github.com/roukaour/viz-brain-visualizer) and [Rangi42](https://github.com/Rangi42/tilemap-studio).
- The color themes are based on work by [Greg Ercolano](https://groups.google.com/g/fltkgeneral/c/3A5VC_854ok/m/sDpJsmuLBAAJ).
- The widget schemes are based on work by the NTK GUI library.
## Usage
```toml
Expand Down Expand Up @@ -208,4 +211,4 @@ impl WidgetScheme {
SchemeType::SvgBased => widget_schemes::svg_based::use_svg_based_scheme(),
}
}
}
}

0 comments on commit 01176b0

Please sign in to comment.