mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
Remove travis CI
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -1,16 +0,0 @@
|
||||
dist: xenial
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
- beta
|
||||
- stable
|
||||
env:
|
||||
- GTK=3.4
|
||||
- GTK=3.18
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgtk-3-dev
|
||||
script:
|
||||
- rustc --version
|
||||
- cargo build
|
||||
3
LICENSE
3
LICENSE
@@ -1,6 +1,7 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2017, The Gtk-rs Project Developers.
|
||||
Copyright (c) 2013-2021, The Gtk-rs Project Developers.
|
||||
Copyright (c) 2021, Tauri Programme within The Commons Conservancy.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
24
README.md
24
README.md
@@ -1,34 +1,14 @@
|
||||
# javascriptcore [](https://travis-ci.org/gtk-rs/javascriptcore-rs) [](https://gitter.im/gtk-rs/gtk)
|
||||
|
||||
[Project site](http://gtk-rs.org/) | [Online documentation](http://gtk-rs.org/docs/)
|
||||
# javascriptcore
|
||||
|
||||
__Rust__ bindings and wrappers for __javascriptcore__.
|
||||
|
||||
## Using
|
||||
|
||||
We recommend using [crates from crates.io](https://crates.io/keywords/gtk-rs),
|
||||
as [demonstrated here](http://gtk-rs.org/#using).
|
||||
|
||||
If you want to track the bleeding edge, use the git dependency instead:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
javascriptcore-rs = { git = "https://github.com/gtk-rs/javascriptcore-rs.git" }
|
||||
javascriptcore-rs = "0.14"
|
||||
```
|
||||
|
||||
Avoid mixing versioned and git crates like this:
|
||||
|
||||
```toml
|
||||
# This will not compile
|
||||
[dependencies]
|
||||
gtk = "0.2"
|
||||
javascriptcore-rs = { git = "https://github.com/gtk-rs/javascriptcore-rs.git" }
|
||||
```
|
||||
|
||||
## Contribute
|
||||
|
||||
Contributor you're welcome!
|
||||
|
||||
## License
|
||||
|
||||
__javascriptcore-rs__ is available under the MIT License, please refer to it.
|
||||
|
||||
Reference in New Issue
Block a user