Skip to content

Commit

Permalink
chore: 🚧 subtree prism-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Dec 1, 2023
1 parent 7c3b8a5 commit abda8d0
Show file tree
Hide file tree
Showing 65 changed files with 47,223 additions and 138 deletions.
183 changes: 49 additions & 134 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ egui-wgpu.workspace = true
wgpu.workspace = true
glam.workspace = true

syntect = { version = "5.1.0", default-features = false, features = [
"default-fancy",
] }

parking_lot.workspace = true

itertools.workspace = true
Expand Down
30 changes: 30 additions & 0 deletions crates/prism-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[package]
name = "prism-sys"
version = "0.18.0"
edition = "2021"
license-file = "../../LICENSE.md"
repository = "https://github.com/ruby/prism"
description = "Rust bindings to Ruby's prism parsing library"
links = "prism"
authors = [
"Steve Loveless <[email protected]>",
"Ian Ker-Seymer <[email protected]>",
"Kevin Newton <[email protected]>",
]
keywords = ["ruby", "parser", "ffi", "bindings"]
categories = [
"api-bindings",
"development-tools::ffi",
"external-ffi-bindings",
"parsing",
]
build = "build/main.rs"
include = ["src/", "build/", "Cargo.toml", "Cargo.lock", "README.md", "vendor"]

[build-dependencies]
bindgen = "0.66"
cc = { version = "1.0", optional = true }

[features]
default = ["vendored"]
vendored = ["dep:cc"]
Loading

0 comments on commit abda8d0

Please sign in to comment.