This website requires JavaScript.
Explore
Help
Sign In
skyler
/
egui
Watch
1
Star
0
Fork
You've already forked egui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5efa4bbca
egui
/
egui_demo_lib
History
Emil Ernerfeldt
d5efa4bbca
1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs
2021-12-26 09:56:14 +01:00
..
benches
Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (
#872
)
2021-11-03 20:11:25 +01:00
src
1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs
2021-12-26 09:56:14 +01:00
Cargo.toml
Set MSRV to 1.56.0 and use rust edition 2021 (
#998
)
2021-12-25 19:32:25 +01:00
README.md
Point crate repository & homepage urls to their subfolders
2021-09-03 21:12:44 +02:00
README.md
egui
demo library
This crate contains example code for
egui
.
It is in a separate crate for two reasons:
To ensure it only uses the public
egui
api.
To remove the amount of code in
egui
proper.