Skip to content

issues Search Results · repo:mxre/winres language:Rust

Filter by

26 results
 (69 ms)

26 results

inmxre/winres (press backspace or delete to remove)

file details are showing as file version 0.1.0.0 instead of 2024.5.3.1055 Cargo.toml: [package] name = test version = 0.1.0 edition = 2021 build = src/build.rs [dependencies] [target. cfg(windows) ...
  • JHenneberg
  • Opened 
    on Sep 3, 2024
  • #49

On my win11 system, running cargo install juliaup --verbose for stable-x86_64-pc-windows-gnu (default) fails with the following: Running rustc --crate-name human_panic --edition=2021 C:\Users\Rob\.cargo\registry\src\index.crates.io-6f17d22bba15001f\human-panic-1.2.3\src\lib.rs ...
  • robjb
  • 4
  • Opened 
    on Apr 14, 2024
  • #48

I am building a single bin Rust application with a single ico file used as its icon. I am using the MingW toolchain from Msys2. I used the following build.rs script to compile. #[cfg(windows)] extern ...
  • DoubleCouponDay
  • 1
  • Opened 
    on Apr 26, 2023
  • #47

Instead of having to hand code a Windows application manifest and embed it into the build.rs script as a string or as a file, it would be nice to have a utility to generate such a manifest by code. e.g. ...
  • segevfiner
  • Opened 
    on Oct 22, 2022
  • #44

Hi, what s the current state of cross compilation from Windows? The README says: Note that using this crate on non windows platform is undefined behavior. It does not contain safeguards against doing ...
  • piegamesde
  • 2
  • Opened 
    on Jun 17, 2022
  • #42

Since Rust 1.61 1, the linker no longer includes the static libraries with the --whole-archive flag. This means that the resource.o file is only added to the final EXE if it defines any symbol undefined ...
  • rodrigorc
  • 8
  • Opened 
    on May 18, 2022
  • #40

I just tried to run the tests and they don t work on my machine. Do they work on yours? I have a hypothesis of why they don t work. I ran into this issue here: https://github.com/tauri-apps/tauri/issues/2871#issuecomment-969191116 ...
  • SyntaxRules
  • 1
  • Opened 
    on Nov 16, 2021
  • #38

I m cross compiling from linux to windows, but I found it not work. I checked the history issue and found that the problem is still unresolved. However, in the course of my continuous testing, I found ...
  • zu1k
  • 2
  • Opened 
    on Oct 23, 2021
  • #37

Hi,, I am trying to build an application from (Arch) Linux to Windows. I use this command cargo build --release --target x86_64-pc-windows-gnu and it works just fine. I can execute my program just fine. ...
  • Joe23232
  • 10
  • Opened 
    on Aug 3, 2021
  • #33

As stated in the title of this issue, winres fails to change the resource data of executables generated by Cargo when compiling a package that has both a library and binary crate (i.e. both a src/main.rs ...
wontfix
  • AlexTMjugador
  • 7
  • Opened 
    on Jul 2, 2021
  • #32
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub