Skip to content

Commit

Permalink
update url to https in docs + dependency back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Mar 30, 2023
1 parent f9e30aa commit 2a22cb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions crates/example_game_lazy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ bevy = "0.10.0"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
#bevy_egui = "0.20"
#bevy_egui = { git = "https://github.com/mvlabat/bevy_egui.git", branch = "main" }
#bevy_egui = { path = "../../../bevy_egui" }
bevy_egui = { git = "https://github.com/mvlabat/bevy_egui.git", branch = "main" }

bevy_egui = { path = "../../../bevy_egui" }

# dotenvy main while waiting for proc-macro
dotenvy = { git = "https://github.com/allan2/dotenvy.git", package = "dotenvy" }
Expand All @@ -37,6 +37,3 @@ web-sys = { version = "0.3.61", features = [
wasm-bindgen-futures = "0.4.34"
js-sys = "0.3.61"
tracing-wasm = "*"

[patch.crates-io]
winit = { git = "https://github.com/Maix0/winit.git" }
2 changes: 1 addition & 1 deletion crates/server/docs/openapi3_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ externalDocs:
url: https://github.com/Vrixyz/backpack
servers:
- url: http://127.0.0.1:8080/api/v1
- url: https://localhost/api/v1
- url: https://app-c3f0bdf4-ef26-470d-ace6-18b04dd819d6.cleverapps.io/api/v1
tags:
- name: Unauthenticated
description: Everything you can do without being authenticated. Mainly to get a Biscuit authentication token.
Expand Down

0 comments on commit 2a22cb6

Please sign in to comment.