Skip to content

Commit

Permalink
update dioxus to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander07 committed May 14, 2024
1 parent 54ab4e1 commit a75486d
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 568 deletions.
13 changes: 8 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
[package]
name = "installer"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
opt-level = "s"
lto = "fat"
opt-level = "z"
debug = false
lto = true
codegen-units = 1
panic = "abort"
strip = true
incremental = false


[dependencies]
Expand All @@ -23,8 +27,7 @@ async-trait = "0.1.68"
futures = "0.3.28"
isahc = "1.7.2"
zip = "0.6.4"
dioxus = { git = "https://github.com/DioxusLabs/dioxus", rev = "9b02b21" }
dioxus-desktop = { git = "https://github.com/DioxusLabs/dioxus", rev = "9b02b21" }
dioxus = { version = "0.5.1", features = ["desktop"] }
cached = "0.43.0"
regex = "1.8.1"
rfd = "0.14.0"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Installer

A simple installer written in rust, it's used to install the Majestic Overhaul Modpack. It's the modpack to enhance your gameplay on wynncraft.
For any kind of support with the installer, either write into the discord or better yet if you have found a bug create an issue right here on github.
Also there will be a security warning on windows, because we sure as heck aren't going to pay for a code signing certificate.
Also this is opensource but if you want to use it for anything make sure to read the license fully.

## OSs

- Windows
- MacOS
- Linux soon(TM) (on the horizon but not actively worked on, feel free to make a PR for this.)
- Linux
Loading

0 comments on commit a75486d

Please sign in to comment.