mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Move nsstring from gecko into servo/support/gecko/nsstring
This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
This commit is contained in:
parent
d9ede4dc05
commit
2d3331fbd4
7 changed files with 200 additions and 24 deletions
12
support/gecko/nsstring/Cargo.toml
Normal file
12
support/gecko/nsstring/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "nsstring"
|
||||
version = "0.1.0"
|
||||
authors = ["nobody@mozilla.com"]
|
||||
license = "MPL-2.0"
|
||||
description = "Rust bindings to xpcom string types"
|
||||
|
||||
[features]
|
||||
gecko_debug = []
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.8"
|
1205
support/gecko/nsstring/src/lib.rs
Normal file
1205
support/gecko/nsstring/src/lib.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue