This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
egui
Watch
1
Star
0
Fork
You've already forked egui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00ac5b2015
egui
/
.gitignore
9 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Avoid deadlocks by using lambdas for context lock (#2625) ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
2023-01-25 17:24:23 +08:00
.DS_Store
Add a benchmark
2020-05-21 03:20:39 +08:00
**/target
Tell Rust Analyzer to run build to its own target folder
2022-12-12 17:37:31 +08:00
**/target_ra
Avoid deadlocks by using lambdas for context lock (#2625) ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
2023-01-25 17:24:23 +08:00
**/target_wasm
Add /.vscode and /.*.json to .gitignore
2020-10-22 04:21:55 +08:00
/.*.json
/.vscode
Combine demo_glium and demo_web into one egui_demo crate
2020-12-20 04:30:51 +08:00
/media/*
Use parent `Ui`s style for popups (#4325) * Closes <https://github.com/emilk/egui/issues/4324> --------- Co-authored-by: Alex Parlett <alexparlett@Alexs-MacBook-Air.local>
2024-04-21 17:44:44 +08:00
.idea/