Skip to content

Commit

Permalink
Separate files for Dart FFI (#4330)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Nov 19, 2023
1 parent c4a3dde commit ee78bb2
Show file tree
Hide file tree
Showing 127 changed files with 12,691 additions and 11,344 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }

# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
diplomat = "0.7"
diplomat-runtime = "0.7"
diplomat_core = "0.7"
diplomat-tool = "0.7"
diplomat = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }

# Size optimized builds
[profile.release-opt-size]
Expand Down
10 changes: 7 additions & 3 deletions ffi/capi/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*/include/** linguist-generated=true
*/docs/** linguist-generated=true
dart/package/lib/src/lib.g.dart linguist-generated=true
*/**/README.md linguist-generated=false
c/include/** linguist-generated=true
cpp/docs/** linguist-generated=true
cpp/include/** linguist-generated=true
dart/package/lib/src/** linguist-generated=true
js/package/docs/** linguist-generated=true
js/package/lib/** linguist-generated=true
137 changes: 137 additions & 0 deletions ffi/capi/dart/package/lib/src/AnyCalendarKind.g.dart

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

72 changes: 72 additions & 0 deletions ffi/capi/dart/package/lib/src/Bcp47ToIanaMapper.g.dart

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

Loading

0 comments on commit ee78bb2

Please sign in to comment.