1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Merge branch 'main' into release-0.33.0

# Conflicts:
#	.typos.toml
This commit is contained in:
lucasmerlin
2025-10-09 15:51:02 +02:00
43 changed files with 192 additions and 282 deletions

View File

@@ -100,6 +100,4 @@ smithay-clipboard = { workspace = true, optional = true }
wayland-cursor = { workspace = true, optional = true }
[target.'cfg(not(target_os = "android"))'.dependencies]
arboard = { workspace = true, optional = true, features = [
"image-data",
] }
arboard = { workspace = true, optional = true, features = ["image-data"] }