mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Run a formatter on all toml files
This commit is contained in:
@@ -11,12 +11,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/emilk/egui/tree/master/emath"
|
||||
categories = ["mathematics", "gui"]
|
||||
keywords = ["math", "gui"]
|
||||
include = [
|
||||
"../LICENSE-APACHE",
|
||||
"../LICENSE-MIT",
|
||||
"**/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@@ -34,6 +29,6 @@ extra_asserts = []
|
||||
|
||||
|
||||
[dependencies]
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
bytemuck = { version = "1.7.2", optional = true, features = ["derive"] }
|
||||
mint = { version = "0.5.6", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user