Removed DLL

Added All functions from DLL into HarmonyLinkServer
This commit is contained in:
Jordon Brooks 2023-06-22 01:40:59 +01:00
parent 53773040d6
commit 0d5497be1c
27 changed files with 2146 additions and 64 deletions

27
.gitignore vendored
View file

@ -1,16 +1,13 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
*
!*/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
!Resources/*
!.gitignore
!src/**
!res/HarmonyLinkLogo.ico
!Resources/**
!.github/**
!Build.rs
!Cargo.toml
!Cargo.lock
!LICENSE
!README.md