Skip to content

Commit

Permalink
Merge branch 'release/V0.2.0_Alpha' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordonbc committed Jun 26, 2023
2 parents b1ba9f6 + 31413b3 commit 8a6c9f3
Show file tree
Hide file tree
Showing 30 changed files with 2,232 additions and 65 deletions.
4 changes: 0 additions & 4 deletions .cargo/config

This file was deleted.

29 changes: 13 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 8a6c9f3

Please sign in to comment.