Skip to content

Commit 3c7e06a

Browse files
committed
post-merge cleanup and bump version
1 parent c69aaea commit 3c7e06a

File tree

3 files changed

+43
-22
lines changed

3 files changed

+43
-22
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "wurst-jar-wrapper"
3-
version = "0.1.2"
4-
authors = ["Cokemonkey11"]
3+
version = "0.1.3"
4+
authors = ["Cokemonkey11", "Frotty"]
55

66
[dependencies]
77
serde = "1.0.8"
88
serde_derive = "1.0.8"
9-
toml = "0.4"
9+
toml = "0.4"

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) Cokemonkey11.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

readme.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Test the wrapper
2-
3-
`cargo run -- --about`
4-
5-
# Installation
6-
7-
* `rustup default nightly`
8-
* `rustup update`
9-
* `cargo build --release`
10-
* `cp target/release/wurst-jar-wrapper.exe ~/workspace/WurstScript/Wurstpack/wurstscript/wurstscript.exe`
11-
12-
# Manual usage
13-
14-
`wurstscript.exe ../Wurstpack/wurstscript/common.j ../Wurstpack/wurstscript/Blizzard.j ../../EBR/wurst -lib ../../StdLib2/ -lib ../../Frentity/`
15-
16-
# Configure java heap/stack
17-
18-
* `cp wrapper_config.toml.template ~/workspace/WurstScript/Wurstpack/wurstscript/wrapper_config.toml`
19-
* Edit `wrapper_config.toml` to match your preferences.
1+
# Test the wrapper
2+
3+
`cargo run -- --about`
4+
5+
# Installation
6+
7+
* `rustup default nightly`
8+
* `rustup update`
9+
* `cargo build --release`
10+
* `cp target/release/wurst-jar-wrapper.exe ~/workspace/WurstScript/Wurstpack/wurstscript/wurstscript.exe`
11+
12+
# Configure
13+
14+
* `cp wrapper_config.toml.template ~/workspace/WurstScript/Wurstpack/wurstscript/wrapper_config.toml`
15+
* Edit `wrapper_config.toml` to match your preferences.
16+
17+
# Manual usage
18+
19+
`wurstscript.exe ../Wurstpack/wurstscript/common.j ../Wurstpack/wurstscript/Blizzard.j ../../EBR/wurst -lib ../../StdLib2/ -lib ../../Frentity/`

0 commit comments

Comments
 (0)