Migration

This commit is contained in:
2024-03-21 09:35:29 +01:00
commit ffc6304f6e
8206 changed files with 26300 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "launcher_client_egui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
launcher_shared = { path = "../launcher_shared" }
eframe = "0.21"
egui-winit = "0.21"
reqwest = { version = "0.11", features = ["stream"] }
ehttp = "0.2"
poll-promise = "0.2"
directories = "4.0"