summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Add a feature flag to enable each supported display serverBen Bridle2023-12-24
| | | | | | | This commit forwards the winit display server feature flags as phosphor feature flags, so that downstream software can choose which display servers to enable or disable support for. Disabling support for a display server has the effect of reducing compile times and binary size.
* Remove winit feature restrictionBen Bridle2023-12-19
|
* Rewrite phosphorBen Bridle2023-10-11
| | | | | | | | | | | | This has been a long-awaited task, the code has been accumulating small changes for a while now. This commit consolidates all these changes in order to make the code more readable and maintainable for the future. Notable changes: - Remove the concept of a ProgramController - Remove all of the dead OpenGL stub code - Update winit to version 28.1, from 27.4 - Use softbuffer for writing pixels to the native display server
* First commit, before upgrading winit to version 28.1Ben Bridle2023-10-10