Compare commits
No commits in common. "fe7bd12662f11874c2508e7f9f8389359979da1a" and "41189401ab6a2d3487bc160cccd24c9c7661f397" have entirely different histories.
fe7bd12662
...
41189401ab
|
@ -4,11 +4,6 @@ name = "gsa"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Game development library modelled after an imaginary console"
|
||||
license = "0BSD"
|
||||
documentation = "https://docs.rs/gsa/latest/"
|
||||
repository = "https://git.danitheskunk.com/DaniTheSkunk/gsa"
|
||||
categories = ["game-engines"]
|
||||
keywords = ["gamedev"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
13
LICENSE
13
LICENSE
|
@ -1,13 +0,0 @@
|
|||
Zero-Clause BSD
|
||||
=============
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for
|
||||
any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
Loading…
Reference in New Issue