summaryrefslogtreecommitdiffstats
path: root/glutin/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-33/+0
|
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-4/+13
| | | | ... and explicitly annotate crates as well.
* Re-export `iced_winit` in `iced_glutin`Libravatar Héctor Ramón Jiménez2022-05-041-14/+2
| | | | | This fixes the `system` module not being exported in `iced_glutin` when only setting the `iced_winit/system` flag.
* Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-1/+3
|
* Export `system` module in `iced_glutin`Libravatar Richard2022-04-261-0/+1
|
* Export `iced_winit::conversion` in `iced_glutin`Libravatar Richard2022-01-191-0/+1
|
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-2/+2
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-0/+1
|
* Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez2021-09-021-1/+4
|
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-1/+1
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Write documentation for `iced_glutin`Libravatar Héctor Ramón Jiménez2020-05-281-4/+12
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-1/+1
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+15