Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Feb 6, 2025
1 parent 3bd7336 commit e347154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target/
.DS_Store
*~
#*#
glutin_examples/dist
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ install [`ohrs`](https://crates.io/crates/ohrs)
and start the app using:

```console
$ ohrs build --arch aarch
$ ohrs build --arch aarch -- -p glutin_examples --example ohos
```

Then copy the `$PWD/dist/arm64-v8a/libohos.so` into your OpenHarmony or HarmonyNext project.
2 changes: 1 addition & 1 deletion glutin_examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ winit = { git = "https://github.com/richerfu/winit.git", branch = "feat-ohos-30"
] }

[target.'cfg(target_env = "ohos")'.dependencies]
openharmony-ability = { version = "0.0.1" }
openharmony-ability = { version = "0.0.2" }
openharmony-ability-derive = { version = "0.0.1" }
winit = { git = "https://github.com/richerfu/winit.git", branch = "feat-ohos-30", default-features = false, features = [
"rwh_06",
Expand Down

0 comments on commit e347154

Please sign in to comment.