♻️ ::Glow => ::Wgpu
✨ rust 1.85 => 1.91 ✨ egui(-extras/-modal/-editor)=>0.32 ♻️ update authors
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -1,18 +1,18 @@
|
||||
[package]
|
||||
name = "application_catnip"
|
||||
version = "0.0.0-develop"
|
||||
authors = ["lunarydess"]
|
||||
authors = ["i0uring"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.91"
|
||||
publish = false
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["image"]
|
||||
|
||||
[dependencies]
|
||||
egui = "0.31"
|
||||
eframe = { version = "0.31", default-features = false, features = [
|
||||
egui = "0.32"
|
||||
eframe = { version = "0.32", default-features = false, features = [
|
||||
"accesskit", "default_fonts",
|
||||
"glow", "persistence",
|
||||
"wayland", "wgpu"
|
||||
@@ -23,7 +23,7 @@ env_logger = { version = "0.11", default-features = false, features = [
|
||||
"humantime",
|
||||
] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
egui_code_editor = { git = "https://github.com/lunarydess/Application-Catnip-Editor.git", version = "0.3.0-develop", rev = "0754452" }
|
||||
egui-modal = { git = "https://github.com/mkrueger/egui-modal.git", branch = "mkrueger/egui0.31" }
|
||||
egui_extras = {version = "0.31", default-features = false, features = ["default", "all_loaders"]}
|
||||
egui_code_editor = { git = "https://github.com/i0uring/app_catnip_editor.git", version = "0.4.0-develop", rev = "e96154f" }
|
||||
egui-modal = { git = "https://github.com/mkrueger/egui-modal.git", branch = "main" }
|
||||
egui_extras = {version = "0.32", default-features = false, features = ["default", "all_loaders"]}
|
||||
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
|
||||
|
||||
Reference in New Issue
Block a user