1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Implement bytemuck behind a feature (#775)

This commit is contained in:
Stock84
2021-10-07 22:30:15 +02:00
committed by GitHub
parent ce8d863249
commit cd2227814f
12 changed files with 42 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ all-features = true
# Add compatability with https://github.com/kvark/mint
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 = []