Skip to content

Commit

Permalink
refactor: rename lwk_dart –> lwk
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Jan 14, 2025
1 parent ade07d0 commit 946e7a9
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 54 deletions.
2 changes: 1 addition & 1 deletion lib/src/generated/frb_generated.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class LwkCore extends BaseEntrypoint<LwkCoreApi, LwkCoreApiImpl, LwkCoreWire> {

static const kDefaultExternalLibraryLoaderConfig =
ExternalLibraryLoaderConfig(
stem: 'lwk_dart',
stem: 'lwk',
ioDirectory: 'rust/target/release/',
webPrefix: 'pkg/',
);
Expand Down
107 changes: 56 additions & 51 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "lwk_dart"
name = "lwk"
description = "Flutter-Rust Bridge for Liquid Wallet Kit (lwk)"
authors = ["i5hi <[email protected]>, mocodesmo <[email protected]>"]
version = "0.1.5"
edition = "2021"

[lib]
name = "lwk_dart"
name = "lwk"
doctest = false
crate-type = ["staticlib", "cdylib"]

Expand Down

0 comments on commit 946e7a9

Please sign in to comment.