mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
change master branch
This commit is contained in:
parent
f72ea8bf33
commit
ac14f5dea7
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
description = "Yoda - Browser for Gemini protocol"
|
description = "Yoda - Browser for Gemini protocol"
|
||||||
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
||||||
categories = ["network-programming", "gui"]
|
categories = ["network-programming", "gui"]
|
||||||
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
|
repository = "https://github.com/YGGverse/Yoda"
|
||||||
# homepage = "https://yggverse.github.io"
|
# homepage = "https://yggverse.github.io"
|
||||||
|
|
||||||
[dependencies.sqlite]
|
[dependencies.sqlite]
|
||||||
|
@ -48,7 +48,6 @@ cargo install Yoda
|
|||||||
``` bash
|
``` bash
|
||||||
git clone https://github.com/YGGverse/Yoda.git
|
git clone https://github.com/YGGverse/Yoda.git
|
||||||
cd Yoda
|
cd Yoda
|
||||||
git checkout Rust-GTK4
|
|
||||||
cargo build
|
cargo build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ use std::{
|
|||||||
|
|
||||||
const VENDOR: &str = "YGGverse";
|
const VENDOR: &str = "YGGverse";
|
||||||
const APP_ID: &str = "Yoda"; // env!("CARGO_PKG_NAME");
|
const APP_ID: &str = "Yoda"; // env!("CARGO_PKG_NAME");
|
||||||
const BRANCH: &str = "Rust-GTK4";
|
const BRANCH: &str = "master";
|
||||||
|
|
||||||
fn main() -> ExitCode {
|
fn main() -> ExitCode {
|
||||||
// Init profile path
|
// Init profile path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user