mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
Use https for all links
Hi all This is a followup to https://github.com/gtk-rs/gtk/pull/1054 Cheers, Stefan
This commit is contained in:
@@ -6,7 +6,7 @@ authors = ["The Gtk-rs Project Developers"]
|
||||
description = "Rust bindings for the javacriptcore library"
|
||||
repository = "https://github.com/gtk-rs/javascriptcore-rs"
|
||||
license = "MIT"
|
||||
homepage = "http://gtk-rs.org"
|
||||
homepage = "https://gtk-rs.org"
|
||||
keywords = ["javascript", "gtk-rs", "gnome"]
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# 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/)
|
||||
[Project site](https://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs/)
|
||||
|
||||
__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).
|
||||
as [demonstrated here](https://gtk-rs.org/#using).
|
||||
|
||||
If you want to track the bleeding edge, use the git dependency instead:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ authors = ["The Gtk-rs Project Developers"]
|
||||
description = "Sys functions for the Rust bindings of the javacriptcore library"
|
||||
repository = "https://github.com/gtk-rs/javascriptcore-rs"
|
||||
license = "MIT"
|
||||
homepage = "http://gtk-rs.org"
|
||||
homepage = "https://gtk-rs.org"
|
||||
keywords = ["javascript", "gtk-rs", "gnome"]
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Copyright 2013-2017, The Gtk-rs Project Developers.
|
||||
// See the COPYRIGHT file at the top-level directory of this distribution.
|
||||
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
|
||||
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Copyright 2013-2017, The Gtk-rs Project Developers.
|
||||
// See the COPYRIGHT file at the top-level directory of this distribution.
|
||||
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
|
||||
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
|
||||
|
||||
extern crate glib;
|
||||
extern crate javascriptcore_sys;
|
||||
|
||||
Reference in New Issue
Block a user