Skip to content

Commit

Permalink
Update repo URL in Cargo.toml, add license to yakui-sdl2
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jan 5, 2025
1 parent 4d204f2 commit 724f9c1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/yakui-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-app"
description = "Wrapper crate for yakui, a UI library for games"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-core"
description = "Core crate for yakui, a UI library for games"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 3 additions & 0 deletions crates/yakui-sdl2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "yakui-sdl2"
description = "sdl2 bindings for yakui"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-vulkan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-vulkan"
description = "vulkan bindings for yakui"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-wgpu"
description = "wgpu renderer for yakui"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-widgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-widgets"
description = "Built-in widgets for yakui"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui-winit"
description = "winit bindings for yakui"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yakui"
description = "A UI library for games"
version = "0.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/yakui"
repository = "https://github.com/SecondHalfGames/yakui"
edition = "2021"

[features]
Expand Down

0 comments on commit 724f9c1

Please sign in to comment.