mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Implement bytemuck behind a feature (#775)
This commit is contained in:
@@ -46,3 +46,6 @@ links = ["webbrowser"]
|
||||
screen_reader = ["tts"]
|
||||
|
||||
serialize = ["egui/serialize", "serde"]
|
||||
|
||||
# implement bytemuck on most types.
|
||||
convert_bytemuck = ["egui/convert_bytemuck"]
|
||||
|
||||
Reference in New Issue
Block a user