1
0
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:
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

@@ -46,3 +46,6 @@ links = ["webbrowser"]
screen_reader = ["tts"]
serialize = ["egui/serialize", "serde"]
# implement bytemuck on most types.
convert_bytemuck = ["egui/convert_bytemuck"]