eframe: make sure we can serialize i128/u128 with ron
Some eframe users may be relying on this.
This commit is contained in:
parent
5514a8afda
commit
277f199df4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ document-features = { version = "0.2", optional = true }
|
||||||
egui_glow = { version = "0.18.0", path = "../egui_glow", optional = true, default-features = false }
|
egui_glow = { version = "0.18.0", path = "../egui_glow", optional = true, default-features = false }
|
||||||
egui-wgpu = { version = "0.18.0", path = "../egui-wgpu", optional = true, features = ["winit"] }
|
egui-wgpu = { version = "0.18.0", path = "../egui-wgpu", optional = true, features = ["winit"] }
|
||||||
glow = { version = "0.11", optional = true }
|
glow = { version = "0.11", optional = true }
|
||||||
ron = { version = "0.8", optional = true }
|
ron = { version = "0.8", optional = true, features = ["integer128"] }
|
||||||
serde = { version = "1", optional = true, features = ["derive"] }
|
serde = { version = "1", optional = true, features = ["derive"] }
|
||||||
wgpu = { version = "0.13", optional = true }
|
wgpu = { version = "0.13", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue