Skip to content

Commit

Permalink
update dependencies, prepare 0.2.3, remove swash from cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 10, 2024
1 parent 5eab094 commit 7ef15f7
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 42 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.2"
version = "0.2.3"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -41,17 +41,16 @@ wa = { path = "wa", version = "0.1.7" }
sugarloaf = { path = "sugarloaf", version = "0.2.2" }
raw-window-handle = { version = "0.6.2", features = ["std"] }
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
rustc-hash = "2.0.0"
rustc-hash = "2.1.0"
unicode-width = "0.2.0"
base64 = "0.22.1"
image_rs = { package = "image", version = "0.25.5", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
regex = "1.11.1"
bytemuck = { version = "1.17.0", features = [ "derive" ] }
swash = "0.1.18"
serde = { version = "1.0.208", features = ["derive"] }
wgpu = "23.0.1"
libc = "0.2.161"
smol_str = "0.3.1"
smol_str = "0.3.2"
futures = "0.3.31"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.34"
Expand All @@ -61,9 +60,9 @@ console_log = "0.2.2"
bitflags = "2.6.0"
iovec = "0.1.4"
console_error_panic_hook = "0.1.7"
tracing = "0.1.40"
tracing = "0.1.41"
objc = "0.2.7"
memmap2 = "0.9.3"
memmap2 = "0.9.5"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion misc/osx/Rio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<key>CFBundleIconFile</key>
<string>rio.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleVersion</key>
<string>20230528.115631</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio-aarch64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
Language="1033"
Codepage="1252"
Version="0.2.2"
Version="0.2.3"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio-x86_64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
Language="1033"
Codepage="1252"
Version="0.2.2"
Version="0.2.3"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down

0 comments on commit 7ef15f7

Please sign in to comment.