Skip to content

Commit 6dd3c0c

Browse files
authored
Merge pull request #62 from rib/rust-mobile-org-urls
Update Github URL since moving to rust-mobile org
2 parents 6ae2e42 + 9d06f62 commit 6dd3c0c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android-activity/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.4] - 2022-11-10
1111
### Changed
12-
- *Breaking*: `input_events` callback now return whether an event was handled or not to allow for fallback handling ([#31](https://github.com/rib/android-activity/issues/31))
13-
- The native-activity backend is now implemented in Rust only, without building on `android_native_app_glue.c` ([#35](https://github.com/rib/android-activity/pull/35))
12+
- *Breaking*: `input_events` callback now return whether an event was handled or not to allow for fallback handling ([#31](https://github.com/rust-mobile/android-activity/issues/31))
13+
- The native-activity backend is now implemented in Rust only, without building on `android_native_app_glue.c` ([#35](https://github.com/rust-mobile/android-activity/pull/35))
1414
### Added
15-
- Added `Pointer::tool_type()` API to `GameActivity` backend for compatibility with `ndk` events API ([#38](https://github.com/rib/android-activity/pull/38))
15+
- Added `Pointer::tool_type()` API to `GameActivity` backend for compatibility with `ndk` events API ([#38](https://github.com/rust-mobile/android-activity/pull/38))
1616

1717
## [0.3] - 2022-09-15
1818
### Added

android-activity/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.4.0"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"
7-
homepage = "https://github.com/rib/android-activity"
8-
repository = "https://github.com/rib/android-activity"
7+
homepage = "https://github.com/rust-mobile/android-activity"
8+
repository = "https://github.com/rust-mobile/android-activity"
99
documentation = "https://docs.rs/android-activity"
1010
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
1111
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)