diff --git a/.cargo/config.toml b/.cargo/config.toml index 5340764..f3bb56d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,8 @@ -[target.'cfg(not(target_os = "windows"))'] -runner = "sudo" +# [target.'cfg(not(target_os = "windows"))'] +# runner = "sudo" -[target.'cfg(target_os = "windows")'] -# todo: windows +# [target.'cfg(target_os = "windows")'] +# # todo: windows + +[build] +target-dir = ".build/rust" \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..097f9f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# Linux start script should use lf +/gradlew text eol=lf + +# These are Windows script files and should use crlf +*.bat text eol=crlf + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1a227b9..7972b34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,6 +19,7 @@ Lowest: T-Desktop Web: T-Web +JVM: T-JVM -->

Changes