Skip to content

Commit

Permalink
Remove build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Jul 13, 2019
1 parent 58544ac commit 890fbf5
Show file tree
Hide file tree
Showing 67 changed files with 5 additions and 37,660 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
**/*.rs.bk
assets/*.bin
/.idea
/assets/syntaxes
/assets/themes
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ categories = ["command-line-utilities"]
readme = "README.md"
repository = "https://github.com/Aloxaf/silicon"
license = "MIT"
build = "build.rs"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -35,8 +34,5 @@ version = "0.6.2"
default-features = false
features = [ "termcolor", "atty", "humantime" ]

[build-dependencies]
syntect = "3.2"

# [profile.release]
# lto = true
2 changes: 2 additions & 0 deletions assets/sync_from_bat.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
for theme_file in glob('../../bat/assets/themes/**/*.tmTheme'):
copy(theme_file, './themes/')

os.system('bat cache --build --source . --target .')

print('Finished.')
Binary file added assets/syntaxes.bin
Binary file not shown.
209 changes: 0 additions & 209 deletions assets/syntaxes/AWK.sublime-syntax

This file was deleted.

Loading

0 comments on commit 890fbf5

Please sign in to comment.