Skip to content

Commit af91536

Browse files
authored
Remove C library and sys crate (#139)
After merging d914ea4 and c991797 the `swiftnav-sys` crate is no longer used nor compiled. This PR finally removes the C library submodule and crate from the repository.
1 parent 03cbef8 commit af91536

File tree

7 files changed

+1
-244
lines changed

7 files changed

+1
-244
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "third-party/libswiftnav"]
2-
path = swiftnav-sys/src/libswiftnav
3-
url = https://github.com/swift-nav/libswiftnav.git

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,9 @@ intended to be as portable as possible and has limited dependencies.
88
Navigation receivers. See [libsbp](https://github.com/swift-nav/libsbp) to
99
communicate with receivers using Swift Binary Protocol (SBP).
1010

11-
# swiftnav-sys
12-
13-
`swiftnav-sys` is a crate which builds and exposes Rust FFI bindings for the
14-
`libswiftnav` C library.
15-
1611
# Publishing a new release
1712

18-
Releases are done against the master branch. Use the `cargo publish` tool. First
19-
release the `swiftnav-sys` crate:
20-
21-
Update the `swiftnav-sys` crate version:
22-
23-
```
24-
cd swiftnav-sys
25-
sed -i 's@version = "0.8.3"@version = "0.8.4"@' Cargo.toml
26-
```
27-
28-
Then release the package:
29-
30-
```
31-
cd swiftnav-sys
32-
cargo publish
33-
```
13+
Releases are done against the master branch. Use the `cargo publish` tool.
3414

3515
Update the `swiftnav` crate version:
3616

swiftnav-sys/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

swiftnav-sys/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

swiftnav-sys/build.rs

Lines changed: 0 additions & 183 deletions
This file was deleted.

swiftnav-sys/src/lib.rs

Lines changed: 0 additions & 18 deletions
This file was deleted.

swiftnav-sys/src/libswiftnav

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)