mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Improve docs, especially of epaint, and add epaint/CHANGELOG.md
This commit is contained in:
@@ -24,9 +24,9 @@ all-features = true
|
||||
|
||||
[dependencies]
|
||||
# Add compatability with https://github.com/kvark/mint
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
mint = { version = "0.5.6", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user