Commit b70e4f16 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

misc: fix cargo fmt

parent 8eee9c19
# GNOME Greeter & Tour
# Tour
<img src="https://gitlab.gnome.org/GNOME/gnome-tour/raw/master/data/icons/org.gnome.Tour.svg" width="128" height="128" />
<p>GNOME's Tour & Greeter.</p>
## Screenshots
<div align="center">
![screenshot](data/resources/screenshots/screenshot1.png)
</div>
### Video Feature
......
......@@ -4,7 +4,7 @@
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>GNOME Tour</name>
<name>Tour</name>
<summary>GNOME Tour and Greeter.</summary>
<description>
<p>A guided tour and greeter for GNOME.</p>
......
......@@ -5,5 +5,5 @@ pub static NAME_SUFFIX: &str = @NAME_SUFFIX@;
pub static VERSION: &str = @VERSION@;
pub static GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;
pub static LOCALEDIR: &str = @LOCALEDIR@;
#[cfg(feature="video")]
#[cfg(feature = "video")]
pub static VIDEO_PATH: &str = @VIDEO_PATH@;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment