-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab749df
commit 5dede4d
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "omp-codegen" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Sreyas <[email protected]>"] | ||
description = "Codegen for omprs" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "omp-gdk" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Sreyas <[email protected]>"] | ||
description = "Rust SDK for developing open.mp gamemodes" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/sreyas-sreelal/omprs-gdk/" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
omp-codegen = {path="../omp-codegen",version="0.1.0"} | ||
omp-codegen = {path="../omp-codegen",version="0.2.0"} | ||
paste = "1.0" | ||
|
||
[target.'cfg(windows)'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "omp" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Sreyas <[email protected]>"] | ||
description = "Rust SDK for developing open.mp gamemodes" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/sreyas-sreelal/omprs-gdk/" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
omp-gdk = {path="../omp-gdk",version="0.1.0"} | ||
omp-gdk = {path="../omp-gdk",version="0.2.0"} |